home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 48
/
cdrom_image.iso
/
Games
/
paintnazorin.swf
/
scripts
/
DefineButton2_140
/
BUTTONCONDACTION on(press).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-10-01
|
178 b
|
9 lines
on(press){
if(_root.ht_times > 0 && _root.pr == 0)
{
_parent.drw.ht.gotoAndPlay(1);
_root.ht_times--;
htc.gotoAndStop(_root.ht_times + 1);
}
}